From e43ed2fe902b3d9b4e2d2cf356c835788e861b09 Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Fri, 28 Dec 2007 22:55:45 +0000 Subject: [PATCH] Second attempt to fix the ChangeLog WTF - by comparing with the commit messages in my mailbox. You really shall not write ChangeLog entries by hand: It is redundant to the SVN log, merge conflicts cost time and it is error prone. svn path=/trunk/; revision=19288 --- ChangeLog | 220 ------------------------------------------------------ 1 file changed, 220 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7d1ffbefa..2f1abef3cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -161,14 +161,6 @@ * Makefile.am: Install gail.pc. Bug #505859. -2007-12-27 Mathias Hasselmann - - Consider details for size-request and expose-event. (#339540) - - * gtk/gtkcalendar.c: Add gtk_calendar_get_detail and - is_color_attribute functions. Change gtk_calendar_size_request and - calendar_paint_day to consider and show calender details. - 2007-12-27 Mathias Hasselmann Add infrastructure for GtkCalendar details. (#339540) @@ -368,218 +360,6 @@ 2007-12-19 Mathias Hasselmann - Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details - are shown within the widget, or jst as tooltip. - - * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property - aka. GTK_CALENDAR_SHOW_DETAILS, and use it. - * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding - in flags vbox. - -2007-12-17 Mathias Hasselmann - - Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details - are shown within the widget, or jst as tooltip. - - * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property - aka. GTK_CALENDAR_SHOW_DETAILS, and use it. - * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding - in flags vbox. - -2007-12-27 Mathias Hasselmann - - Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details - are shown within the widget, or jst as tooltip. - - * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property - aka. GTK_CALENDAR_SHOW_DETAILS, and use it. - * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding - in flags vbox. - -2007-12-27 Mathias Hasselmann - - Try more decent appearance of calendar details separator. (#339540) - - * gtk/gtkcalendar.c: Use different colors for drawing the separator, - and make it short by one pixel on each side. - -2007-12-17 Mathias Hasselmann - - Try more decent appearance of calendar details separator. (#339540) - - * gtk/gtkcalendar.c: Use different colors for drawing the separator, - and make it short by one pixel on each side. - -2007-12-17 Mathias Hasselmann - - Try more decent appearance of calendar details separator. (#339540) - - * gtk/gtkcalendar.c: Use different colors for drawing the separator, - and make it short by one pixel on each side. - -2007-12-17 Mathias Hasselmann - - Try more decent appearance of calendar details separator. (#339540) - - * gtk/gtkcalendar.c: Use different colors for drawing the separator, - and make it short by one pixel on each side. - -2007-12-17 Mathias Hasselmann - - Try more decent appearance of calendar details separator. (#339540) - - * gtk/gtkcalendar.c: Use different colors for drawing the separator, - and make it short by one pixel on each side. - -2007-12-17 Mathias Hasselmann - - Restructure testcalendar for testing calendar details. (#339540) - - * tests/testcalendar.c: Move code arround to test calendar details. - -2007-12-17 Mathias Hasselmann - - Restructure testcalendar for testing calendar details. (#339540) - - * tests/testcalendar.c: Move code arround to test calendar details. - -2007-12-17 Mathias Hasselmann - - Implement GtkTooltip API for calendar details. (#339540) - - * gtk/gtkcalendar.c: Add gtk_calendar_query_tooltip and chain it up. - -2007-12-17 Mathias Hasselmann - - Without explicitly set "detail-width-chars" and "detail-height-rows" - properties not only the widget has to be redrawn on certain - conditions, but also its size must be recalculated. (#339540) - - * gtk/gtkcalendar.c: Add calendar_queue_refresh and call - that function instead of gtk_widget_queue_draw. - -2007-12-17 Mathias Hasselmann - - Without explicitly set "detail-width-chars" and "detail-height-rows" - properties not only the widget has to be redrawn on certain - conditions, but also its size must be recalculated. (#339540) - - * gtk/gtkcalendar.c: Add calendar_queue_refresh and call - that function instead of gtk_widget_queue_draw. - -2007-12-17 Mathias Hasselmann - - Without explicitly set "detail-width-chars" and "detail-height-rows" - properties not only the widget has to be redrawn on certain - conditions, but also its size must be recalculated. (#339540) - - * gtk/gtkcalendar.c: Add calendar_queue_refresh and call - that function instead of gtk_widget_queue_draw. - -2007-12-17 Mathias Hasselmann - - Without explicitly set "detail-width-chars" and "detail-height-rows" - properties not only the widget has to be redrawn on certain - conditions, but also its size must be recalculated. (#339540) - - * gtk/gtkcalendar.c: Add calendar_queue_refresh and call - that function instead of gtk_widget_queue_draw. - -2007-12-17 Mathias Hasselmann - - Consider in size-request and show calender details. (#339540) - - * gtk/gtkcalendar.c: Add gtk_calendar_get_detail and - is_color_attribute functions. Change gtk_calendar_size_request and - calendar_paint_day to consider and show calender details. - -2007-12-17 Mathias Hasselmann - - Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details - are shown within the widget, or jst as tooltip. - - * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property - aka. GTK_CALENDAR_SHOW_DETAILS, and use it. - * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding - in flags vbox. - -2007-12-17 Mathias Hasselmann - - Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details - are shown within the widget, or jst as tooltip. - - * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property - aka. GTK_CALENDAR_SHOW_DETAILS, and use it. - * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding - in flags vbox. - -2007-12-27 Mathias Hasselmann - - Try more decent appearance of calendar details separator. (#339540) - - * gtk/gtkcalendar.c: Use different colors for drawing the separator, - and make it short by one pixel on each side. - -2007-12-17 Mathias Hasselmann - - Try more decent appearance of calendar details separator. (#339540) - - * gtk/gtkcalendar.c: Use different colors for drawing the separator, - and make it short by one pixel on each side. - -2007-12-17 Mathias Hasselmann - - Try more decent appearance of calendar details separator. (#339540) - - * gtk/gtkcalendar.c: Use different colors for drawing the separator, - and make it short by one pixel on each side. - -2007-12-17 Mathias Hasselmann - - Restructure testcalendar for testing calendar details. (#339540) - - * tests/testcalendar.c: Move code arround to test calendar details. - -2007-12-17 Mathias Hasselmann - - Restructure testcalendar for testing calendar details. (#339540) - - * tests/testcalendar.c: Move code arround to test calendar details. - -2007-12-17 Mathias Hasselmann - - Implement GtkTooltip API for calendar details. (#339540) - - * gtk/gtkcalendar.c: Add gtk_calendar_query_tooltip and chain it up. - -2007-12-17 Mathias Hasselmann - - Without explicitly set "detail-width-chars" and "detail-height-rows" - properties not only the widget has to be redrawn on certain - conditions, but also its size must be recalculated. (#339540) - - * gtk/gtkcalendar.c: Add calendar_queue_refresh and call - that function instead of gtk_widget_queue_draw. - -2007-12-17 Mathias Hasselmann - - Without explicitly set "detail-width-chars" and "detail-height-rows" - properties not only the widget has to be redrawn on certain - conditions, but also its size must be recalculated. (#339540) - - * gtk/gtkcalendar.c: Add calendar_queue_refresh and call - that function instead of gtk_widget_queue_draw. - -2007-12-17 Mathias Hasselmann - - Consider in size-request and show calender details. (#339540) - - * gtk/gtkcalendar.c: Add gtk_calendar_get_detail and - is_color_attribute functions. Change gtk_calendar_size_request and - calendar_paint_day to consider and show calender details. - -2007-12-17 Mathias Hasselmann - Avoid some compiler warnings and remove obsolete code. (#339540) * gtk/gtkcalendar.c: Change week and year variable in -- 2.30.2